home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / modula2 / m2d2 / funny / funnyrsc.def < prev    next >
Encoding:
Modula Definition  |  1995-11-25  |  170 b   |  10 lines

  1. DEFINITION MODULE FunnyRSC;
  2.  
  3. CONST
  4.   Alert    =   0;  (* Formular/Dialog *)
  5.   Function =   2;  (* STRING in Baum ALERT *)
  6.  
  7. PROCEDURE RelocateRSC;
  8.  
  9. END FunnyRSC.
  10.